PenMount USB for Windows CE.Net (4.2) Driver V1.1
For CE.NET Developers: 

Before connecting USB PenMount (ex. to USB), 

   First Check

     You MUST add the UHCI or OHCI Host Control driver (USB Host)
     into your platform which supported by computer.

     Check your Win CE cursor can go well with a USB mouse in the same port.

1. mkdir $(_WINCEROOT)\PUBLIC\PENMOUNT\ReleaseDisk\
   And Copy All files to this directory.

2. Run Platform Builder menu -> Tools -> CEC Editors

3. At CEC Editors menu -> File ->
   Open $(_WINCEROOT)\PUBLIC\PENMOUNT\ReleaseDisk\penmount.cec

   At CEC Editors menu -> Catalog -> Add to Catalog

4. Return Platform Builder and Refresh Catalog at Catalog Screen and you can see the new 
   item named "PenMount Products" to be added in your Catalog.

5. Expanded it and select 'PenMount' to click right mouse to execute'Add to Platform'.

6. Edit the PROJECT.BIB in the Parameter View of MS WinCE Platform Builder 4.x.
   Add these lines in MODULES:
   
   	usbpm.dll      $(_FLATRELEASEDIR)\usbpm.dll         NK  SH
	drawdemo.exe   $(_FLATRELEASEDIR)\drawdemo.exe      NK
	calibrate.exe  $(_FLATRELEASEDIR)\calibrate.exe     NK
	rbutton.exe    $(_FLATRELEASEDIR)\rbutton.exe       NK
	
   Add these lines in FILES:	

	Calibration.lnk $(_FLATRELEASEDIR)\calibration.lnk  NK  SH
   	DrawDemo.lnk    $(_FLATRELEASEDIR)\DrawDemo.lnk     NK  SH
   	RightButton.lnk $(_FLATRELEASEDIR)\RightButton.lnk  NK  SH
   	
7. Edit the PROJECT.DAT in the Parameter View of MS WinCE Platform Builder 4.x.
   Add these lines:
   
        root:-Directory("\Windows")
        Directory("\Windows"):-Directory("LOC_DESKTOP_DIR")
        Directory("\Windows"):-Directory("LOC_PROGRAMS_DIR")
        Directory("\Windows\LOC_PROGRAMS_DIR"):-Directory("PenMount TouchPanel")
        Directory("\Windows\LOC_DESKTOP_DIR"):-File("Calibration.lnk","\Windows\Calibration.lnk")
        Directory("\Windows\LOC_PROGRAMS_DIR\PenMount TouchPanel"):-File("Calibration.lnk","\Windows\Calibration.lnk")
        Directory("\Windows\LOC_PROGRAMS_DIR\PenMount TouchPanel"):-File("Right Button.lnk","\Windows\RightButton.lnk")	
        Directory("\Windows\LOC_PROGRAMS_DIR\PenMount TouchPanel"):-File("Draw Demo.lnk","\Windows\DrawDemo.lnk")
     
8. Build your Platform(use "Build Platform", not "Rebuild"), and boot it. Execute Calibration and DrawDemo to test USB PenMount.

9. If you want to keep the calibration data after WINCE reboot, please write "WINCE REGISTRY" to FLASH in your machine.


Copyright (c) By Dialogue Technology Corp. All rights reserved. 
05/01/2007

